Bluedot SDK Docs
Toggle table of contents
17.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Bluedot SDK Docs
Bluedot SDK Docs
/
au.com.bluedot.point.net.engine
/
BDStreamingResponseDtoContext
BDStreaming
Response
Dto
Context
data
class
BDStreamingResponseDtoContext
(
val
title
:
String
?
,
val
image_links
:
Array
<
String
>
?
,
val
price
:
Double
?
,
val
description
:
String
?
,
val
merchant_id
:
Int
?
,
val
category_id
:
Int
?
,
val
product_id
:
Int
?
)
Members
Constructors
BDStreaming
Response
Dto
Context
Link copied to clipboard
constructor
(
title
:
String
?
,
image_links
:
Array
<
String
>
?
,
price
:
Double
?
,
description
:
String
?
,
merchant_id
:
Int
?
,
category_id
:
Int
?
,
product_id
:
Int
?
)
Properties
category_
id
Link copied to clipboard
val
category_id
:
Int
?
description
Link copied to clipboard
val
description
:
String
?
image_
links
Link copied to clipboard
val
image_links
:
Array
<
String
>
?
merchant_
id
Link copied to clipboard
val
merchant_id
:
Int
?
price
Link copied to clipboard
val
price
:
Double
?
product_
id
Link copied to clipboard
val
product_id
:
Int
?
title
Link copied to clipboard
val
title
:
String
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int